Interface symantec.itools.awt.CompareFuncCB
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.awt.CompareFuncCB
- public interface CompareFuncCB
- extends CompareFunc
Interface for objects that allow both comparing of values
and swapping the compared values betweeen the objects.
-
callBackSwap(Object, Object)
- Exchanges the compared values in the two given objects.
callBackSwap
public abstract void callBackSwap(Object o1,
Object o2)
- Exchanges the compared values in the two given objects.
- Parameters:
- o1 - the first object
- o2 - the second object
All Packages Class Hierarchy This Package Previous Next Index